PUT /File/Touch/{id}/

Updates the last modified time of the file with the specified ID.
 

Request

Method Request URI
PUT /API/File/Touch/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId The ID of the current session. Specifying via an Authorization request header instead is recommended.

Path Parameters

Path Parameter Description
id The ID of the file to update.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

There is no Request Body for this function.

Response

Response Body

A status code indicating success or the reason for failure.